projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5a7df8
)
; * lisp/files.el (directory-files-no-dot-files-regexp): Arg name.
author
Mattias Engdegård
<mattiase@acm.org>
Thu, 16 Apr 2020 15:33:02 +0000
(17:33 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Thu, 16 Apr 2020 15:33:02 +0000
(17:33 +0200)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index b2b14e1b90d3774ffe92b7e3addabfdda2976ed8..fa72e51c4977dc7b9b32274e0c42b3a3f5be9e6c 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-5756,7
+5756,7
@@
If called interactively, then PARENTS is non-nil."
"[^.]\\|\\.\\.\\."
"Regexp matching any file name except \".\" and \"..\".
More precisely, it matches parts of any nonempty string except those two.
-It is useful as the
PATTERN
argument to `directory-files' and
+It is useful as the
regexp
argument to `directory-files' and
`directory-files-and-attributes'.")
(defun files--force (no-such fn &rest args)